runtime.muintptr.ptr (method)
21 uses
runtime (current package)
debugcall.go#L137: if mp != gp.lockedm.ptr() {
mgc.go#L1415: if mp := node.m.ptr(); mp != nil {
mgc.go#L1546: releasem(node.m.ptr())
proc.go#L1699: mp := p.m.ptr()
proc.go#L2684: unlockextra(mp.schedlink.ptr(), -1)
proc.go#L2685: return mp, mp.schedlink.ptr() == nil
proc.go#L2868: newm := newmHandoff.newm.ptr()
proc.go#L2872: next := newm.schedlink.ptr()
proc.go#L3149: if gp.m.lockedg == 0 || gp.m.lockedg.ptr().lockedm.ptr() != gp.m {
proc.go#L3175: mp := gp.lockedm.ptr()
proc.go#L5890: id = pp.m.ptr().id
proc.go#L5919: if pp.m.ptr() != gp.m || pp.status != _Prunning {
proc.go#L6324: mp := pp.m.ptr()
proc.go#L6367: mp := pp.m.ptr()
proc.go#L6428: if lockedm := gp.lockedm.ptr(); lockedm != nil {
proc.go#L6498: mp := sched.midle.ptr()
runtime2.go#L310: func (mp muintptr) ptr() *m { return (*m)(unsafe.Pointer(mp)) }
rwmutex.go#L110: w := rw.writer.ptr()
rwmutex.go#L151: for rw.readers.ptr() != nil {
rwmutex.go#L152: reader := rw.readers.ptr()
tracestack.go#L73: mp = gp.lockedm.ptr()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |